home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / python-gnupginterface.postinst < prev    next >
Text File  |  2009-03-31  |  392b  |  17 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. # Automatically added by dh_installdocs
  6. if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
  7.     install-docs -i /usr/share/doc-base/gnupginterface
  8. fi
  9. # End automatically added section
  10. # Automatically added by dh_pysupport
  11. if which update-python-modules >/dev/null 2>&1; then
  12.     update-python-modules  python-gnupginterface
  13. fi
  14. # End automatically added section
  15.  
  16.  
  17.